home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 October
/
Macworld (1998-10).dmg
/
Serious Demos
/
Morpha
/
3DO.DXR
/
00065.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-07-31
|
215 b
|
12 lines
on mouseUp
global label, s, sel
set s to random(10)
if label = 1 then
do("sel" & s & EMPTY)
put "generating" into field "debug"
else
do("sel" & s + 10 & EMPTY)
set sel to s + 10
end if
end